Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible fix for D[Cos[t],t] behaviour #188

Merged
merged 4 commits into from
Mar 17, 2014
Merged

Possible fix for D[Cos[t],t] behaviour #188

merged 4 commits into from
Mar 17, 2014

Conversation

GitAnt
Copy link
Contributor

@GitAnt GitAnt commented Mar 7, 2014

Possible fix for issue #184

@sn6uv
Copy link
Member

sn6uv commented Mar 8, 2014

Can you add a test for this? Something like

>> D[R*Cos[w*t], {t,2}]
 = - R w ^ 2 Cos[t w]

would be fine.

Also, since t is no longer as a local variable, we can probably remove the Module function entirely.

sn6uv added a commit that referenced this pull request Mar 17, 2014
Fix for D[Cos[t],t] behaviour
@sn6uv sn6uv merged commit af2e302 into mathics:master Mar 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants